home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(press, keyPress Enter).as
Text File  |  2010-11-09  |  108b  |  5 lines

  1. on(press, keyPress "<Enter>"){
  2.    _root.callConfirmOption(_root.opt_confirm);
  3.    _root.hideConfirm();
  4. }
  5.